Module 8 Nesting and Debugging Learning Outcomes

  1. Explain how to use Matlab's Debugger to find and fix program errors.
  2. Use Matlab's Debugger to step through a program's execution path.
  3. Trace Iterative Execution using debugger.
  4. Analyze (find) and fix common nested loop errors.
  5. Use nested conditionals (if stmts) to make complex decisions.
  6. Use nested iterations (loops) to create and process matrices and data files.
  7. Combine use of conditionals and iterations to solve complex problems.
  8. Use nested conditionals (if stmts) to make complex decisions.
  9. Use nested iterations (loops) to create and process matrices and data files.
  10. Combine use of conditionals and iterations to solve complex problems.